home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 198
- Top = 121
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsDialog
- Caption = 'Imperium Galactica 2 Setup program'
- ClientHeight = 326
- ClientWidth = 434
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 0
- Top = 160
- Width = 433
- Height = 2
- end
- object Image1: TImage
- Left = 8
- Top = 8
- Width = 417
- Height = 145
- Picture.Data = {<image000.bmp>}
- end
- object Bevel2: TBevel
- Left = 8
- Top = 8
- Width = 417
- Height = 145
- end
- object ComboBox1: TComboBox
- Left = 144
- Top = 168
- Width = 281
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- OnChange = ComboBox1Change
- end
- object ComboBox2: TComboBox
- Left = 144
- Top = 232
- Width = 281
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- OnChange = ComboBox2Change
- end
- object ComboBox3: TComboBox
- Left = 144
- Top = 264
- Width = 137
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- 'Hoch (44 kHz)'
- 'Mittel (22 kHz)'
- 'Niedrig (11 kHz)')
- TabOrder = 2
- end
- object Panel1: TPanel
- Left = 8
- Top = 168
- Width = 129
- Height = 25
- Hint = 'Select your 3D video device'
- BevelOuter = bvLowered
- Caption = '3D-Grafikkarten'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- end
- object Panel2: TPanel
- Left = 8
- Top = 232
- Width = 129
- Height = 25
- Hint = 'Select your sound device'
- BevelOuter = bvLowered
- Caption = 'Soundkarten'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- end
- object Panel3: TPanel
- Left = 8
- Top = 264
- Width = 129
- Height = 25
- Hint = 'Select sampling rate. Higher is slower'
- BevelOuter = bvLowered
- Caption = 'Sound-Qualit�t'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 5
- end
- object BitBtn1: TBitBtn
- Left = 288
- Top = 296
- Width = 65
- Height = 25
- Caption = '&Fertig'
- TabOrder = 6
- OnClick = BitBtn1Click
- NumGlyphs = 2
- end
- object Cancel: TBitBtn
- Left = 360
- Top = 296
- Width = 67
- Height = 25
- Caption = '&Abbrechen'
- TabOrder = 7
- OnClick = CancelClick
- NumGlyphs = 2
- end
- object Panel4: TPanel
- Left = 8
- Top = 200
- Width = 129
- Height = 25
- BevelOuter = bvLowered
- Caption = 'Grafikmodus'
- TabOrder = 8
- end
- object ComboBox4: TComboBox
- Left = 144
- Top = 200
- Width = 281
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 9
- end
- object Panel5: TPanel
- Left = 8
- Top = 296
- Width = 129
- Height = 25
- BevelOuter = bvLowered
- Caption = 'Qualit�t der Videoseq.'
- TabOrder = 10
- end
- object ComboBox5: TComboBox
- Left = 144
- Top = 296
- Width = 137
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- 'Hoch (640 x 400)'
- 'Niedrig (320 x 200)')
- TabOrder = 11
- end
- end
-